menu
erretech_design package
documentation
abstracts/auth_service.dart
AuthServiceInterface
createUser abstract method
createUser abstract method
dark_mode
light_mode
createUser
abstract method
Future
<
Map
?
>
createUser
(
String
email
,
String
password
)
Implementation
Future<Map?> createUser(String email, String password);
erretech_design package
documentation
abstracts/auth_service
AuthServiceInterface
createUser abstract method
AuthServiceInterface class