menu
dreamic package
documentation
data/repos/auth_service_int.dart
AuthServiceInt
AuthServiceInt.new constructor
AuthServiceInt.new constructor
dark_mode
light_mode
AuthServiceInt
constructor
AuthServiceInt
(
dynamic
onAuthenticated
(
Future
<
void
>
),
dynamic
onRefreshed
(
Future
<
void
>
)
)
Implementation
AuthServiceInt(Function(Future<void>) onAuthenticated, Function(Future<void>) onRefreshed);
dreamic package
documentation
data/repos/auth_service_int
AuthServiceInt
AuthServiceInt.new constructor
AuthServiceInt class