getProfile method

Future<Result<User>> getProfile()

Get current user profile

Implementation

Future<Result<User>> getProfile() async {
  return await _sdk.getProfile();
}