TokenRefreshError constructor

const TokenRefreshError(
  1. String message
)

Creates a token refresh error.

Implementation

const TokenRefreshError(this.message);