menu
fit_office
fit_office.dart
FriendsController
getUserEmailById method
getUserEmailById
dark_mode
light_mode
getUserEmailById
method
Future
<
String
?
>
getUserEmailById
(
String
userId
)
Implementation
Future<String?> getUserEmailById(String userId) async { return _getUserFieldById(userId, 'email'); }
fit_office
fit_office
FriendsController
getUserEmailById method
FriendsController class