menu
flutterfire_ui package
documentation
auth.dart
AuthStateChangeAction<T extends AuthState>
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
AuthState
state
)
Implementation
bool matches(AuthState state) => state is T;
flutterfire_ui package
documentation
auth
AuthStateChangeAction<T extends AuthState>
matches method
AuthStateChangeAction class