removeStorage abstract method

void removeStorage(
  1. String name
)

Removes the storage and all its persisted data. If the storage does not exist, this is a no-op. @param name Storage name (case-sensitive). @note Existing handles to this storage become invalid after removal and further operations may fail.

Dart code snippet: @snippet storage_manager_example.dart dart_StorageManager_removeStorage

Implementation

void removeStorage(String name);