getUserProfile method
Fetches authenticated user profile claims.
Implementation
Future<dynamic> getUserProfile() {
throw UnimplementedError('getUserProfile() has not been implemented.');
}
Fetches authenticated user profile claims.
Future<dynamic> getUserProfile() {
throw UnimplementedError('getUserProfile() has not been implemented.');
}