store property

The FastRxPersistenceInterface instance

Must call init before accessing

Implementation

static FastRxPersistenceInterface get store {
  _checkInit();
  return _store!;
}