menu
login_firebase package
documentation
business/repo/ISessionRepo.dart
ISessionRepo
signIn abstract method
signIn abstract method
dark_mode
light_mode
signIn
abstract method
Future
<
ThirdPartySessionModel
?
>
signIn
(
String
mail
,
String
pass
,
SessionTypes
type
)
Implementation
Future<ThirdPartySessionModel?> signIn(String mail, String pass, SessionTypes type);
login_firebase package
documentation
business/repo/ISessionRepo
ISessionRepo
signIn abstract method
ISessionRepo class