ready property Null safety

Future<bool> ready

Is the storage ready

Implementation

Future<bool> get ready => storage.ready;