renewToken method

Future<Result<bool>> renewToken()

Implementation

Future<Result<bool>> renewToken() async {
  return await _sdk.refreshToken();
}