getRefreshToken method

Future<String?> getRefreshToken()

Implementation

Future<String?> getRefreshToken() async => throw UnsupportedFailure(errorType: ErrorType.unsupported, message: 'Unsupported getRefreshToken');