menu
iviva_core package
documentation
auth/auth_repository.dart
AuthRepository
loadCurrentUser method
loadCurrentUser method
dark_mode
light_mode
loadCurrentUser
method
Future
<
Map
>
loadCurrentUser
(
)
Implementation
Future<Map> loadCurrentUser() async { return await _fetchCurrentUser(); }
iviva_core package
documentation
auth/auth_repository
AuthRepository
loadCurrentUser method
AuthRepository class