local_storage_manager library

Classes

LocalStorageManager
An abstract class that provides methods for storing, fetching and removing json files from local storage.

Exceptions / Errors

CreateException
An exception that is thrown when an error occurs during file creation.
DeleteException
An exception that is thrown when an error occurs during file deletion.
DeserializationException
An exception that is thrown when an error occurs during deserialization.
ReadException
An exception that is thrown when an error occurs during file reading.
SerializationException
An exception that is thrown when an error occurs during serialization.
UnsupportedPlatformException
An exception that is thrown when the platform is not supported.
WriteException
An exception that is thrown when an error occurs during file writing.