menu
auth_management package
documentation
core/helper.dart
AuthHelper
auth<T extends Auth<AuthKeys>> method
auth<T extends Auth<AuthKeys>> method
dark_mode
light_mode
auth<
T extends Auth<
AuthKeys
>
>
method
Future
<
T?
>
auth
<
T extends Auth<
AuthKeys
>
>(
)
Implementation
Future<T?> auth<T extends Auth>() => _i<T>("auth").auth;
auth_management package
documentation
core/helper
AuthHelper
auth<T extends Auth<AuthKeys>> method
AuthHelper extension on
BuildContext