getInstance static method

Future<StorageDatabase> getInstance()

Implementation

static Future<StorageDatabase> getInstance() async => StorageDatabase(
      await DefaultStorageSource.instance,
    );