refreshAccessToken method

Future<bool?> refreshAccessToken()

Requests the native platform to refresh the access token.

Implementation

Future<bool?> refreshAccessToken() {
  throw UnimplementedError('refreshAccessToken() has not been implemented.');
}