getUserProfile method

Future getUserProfile()

Fetches authenticated user profile claims.

Implementation

Future<dynamic> getUserProfile() {
  throw UnimplementedError('getUserProfile() has not been implemented.');
}