OkitoStorage top-level property

_OkitoStorage OkitoStorage
final

OkitoStorage is a local storage implementation for Okito.

Main methods are OkitoStorage.read() and OkitoStorage.write(key, value)

To use it, you should add this line to your main function.

await OkitoStorage.init();

Implementation

// ignore: non_constant_identifier_names
final _OkitoStorage OkitoStorage = _OkitoStorage();