FunctionTokenRefresher constructor

const FunctionTokenRefresher(
  1. Future<String?> _refreshToken()
)

Implementation

const FunctionTokenRefresher(this._refreshToken);