Get Current User¶
Flutter application can retrieve an instance of BackendlessUser
representing the currently logged in user using the following API call:
Future<BackendlessUser> Backendless.userService.currentUser();
Flutter application can retrieve an instance of BackendlessUser
representing the currently logged in user using the following API call:
Future<BackendlessUser> Backendless.userService.currentUser();