menu
dreamic package
documentation
data/repos/auth_service_int.dart
AuthServiceInt
signInWithCustomToken abstract method
signInWithCustomToken abstract method
dark_mode
light_mode
signInWithCustomToken
abstract method
Future
<
Either
<
AuthServiceSignInFailure
,
Unit
>
>
signInWithCustomToken
(
String
customToken
)
Implementation
Future<Either<AuthServiceSignInFailure, Unit>> signInWithCustomToken(String customToken);
dreamic package
documentation
data/repos/auth_service_int
AuthServiceInt
signInWithCustomToken abstract method
AuthServiceInt class