menu
hospital_management
providers/auth_provider.dart
AuthProvider
token property
token
dark_mode
light_mode
token
property
String
?
get
token
Returns the authentication token.
Implementation
String? get token => _token;
hospital_management
auth_provider
AuthProvider
token property
AuthProvider class