menu
hubble_main package
documentation
account/data/profile_data_store.dart
LocalProfileDataStore
getEmail method
getEmail method
dark_mode
light_mode
getEmail
method
@
override
Future
<
String
>
getEmail
(
)
override
Implementation
@override Future<String> getEmail() async { return _state.email; }
hubble_main package
documentation
account/data/profile_data_store
LocalProfileDataStore
getEmail method
LocalProfileDataStore class