clearAll method

Future<void> clearAll()

Implementation

Future<void> clearAll() async {
  await _secureStorage.delete(key: StorageKeys.envKey);
  await _secureStorage.delete(key: StorageKeys.acessTokenKey);
}