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