i property

LocalStorage get i

Get the singleton instance of LocalStorage.

Implementation

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