refresh method

Future<void> refresh()

Request a new access token from the Reddit API. Throws a DRAWAuthenticationError if the Authenticator is not yet initialized.

Implementation

Future<void> refresh() async {
  await _authenticationFlow();
}