i property

Get the singleton instance of LocalStorage.

Implementation

static LocalStorage get i => _i ??= const LocalStorage._();