menu
y_auth package
documentation
domain/abstract/auth_remote_storage_datasource.dart
RemoteStorageDatasource
getAuthCodeFromApi abstract method
getAuthCodeFromApi abstract method
dark_mode
light_mode
getAuthCodeFromApi
abstract method
Future
<
AuthResponse
>
getAuthCodeFromApi
(
String
appColor
,
String
appName
,
String
email
)
Implementation
Future<AuthResponse> getAuthCodeFromApi(String appColor, String appName, String email);
y_auth package
documentation
domain/abstract/auth_remote_storage_datasource
RemoteStorageDatasource
getAuthCodeFromApi abstract method
RemoteStorageDatasource class