instance property

LocalStore get instance

The single LocalStore instance accross usage.

Implementation

static LocalStore get instance => _instance ??= LocalStore._();