getProfile method

Future<Map<String, dynamic>?> getProfile()

Retrieves the user profile from the native platform.

Implementation

Future<Map<String, dynamic>?> getProfile() {
  throw UnimplementedError('getProfile() has not been implemented.');
}