ready property

Future<bool> get ready

Check whether the specified store currently exists

Implementation

Future<bool> get ready =>
    FMTCBackendAccess.internal.storeExists(storeName: _storeName);