i property
LocalStorage
get
i
Get the singleton instance of LocalStorage.
Implementation
static LocalStorage get i => _i ??= const LocalStorage._();
Get the singleton instance of LocalStorage.
static LocalStorage get i => _i ??= const LocalStorage._();