menu
fetosense_remote_flutter
core/services/authentication.dart
BaseAuth
signIn abstract method
signIn
dark_mode
light_mode
signIn
abstract method
Future
<
String
>
signIn
(
String
email
,
String
password
)
Implementation
Future<String> signIn(String email, String password);
fetosense_remote_flutter
authentication
BaseAuth
signIn abstract method
BaseAuth class