clear static method
Clears all tokens from storage.
Implementation
static Future<void> clear() async {
await AppStorage.remove(_accessTokenKey);
await AppStorage.remove(_refreshTokenKey);
}
Clears all tokens from storage.
static Future<void> clear() async {
await AppStorage.remove(_accessTokenKey);
await AppStorage.remove(_refreshTokenKey);
}