menu
auth_management package
documentation
core/auth_provider.dart
AuthProvider<T extends Auth<AuthKeys>>
notify method
notify method
dark_mode
light_mode
notify
method
void
notify
(
AuthResponse
<
T
>
value
)
Implementation
void notify(AuthResponse<T> value) => authorizer.emit(value);
auth_management package
documentation
core/auth_provider
AuthProvider<T extends Auth<AuthKeys>>
notify method
AuthProvider class