menu
littlefish_core package
documentation
auth/services/auth_service.dart
AuthService<T, Y, Z>
signInWithCustomToken abstract method
signInWithCustomToken abstract method
dark_mode
light_mode
signInWithCustomToken
abstract method
Future
<
AuthUser
<
Y
>
>
signInWithCustomToken
(
{
required
String
token
,
})
Implementation
Future<AuthUser<Y>> signInWithCustomToken({required String token});
littlefish_core package
documentation
auth/services/auth_service
AuthService<T, Y, Z>
signInWithCustomToken abstract method
AuthService class