access property

Future<String?> get access

Retrieves the access token from storage.

Implementation

static Future<String?> get access async {
  return AppStorage.getString(_accessTokenKey);
}