instance property
LayoutStore
get
instance
Get the singleton instance of the layout store
Implementation
static LayoutStore get instance =>
_instance ?? (_instance = LayoutStore._internal(LocalStorageBackend()));