initStorage property

Future<bool> initStorage
getter/setter pair

Start the storage drive. Important: use await before calling this api, or side effects will happen.

Implementation

late Future<bool> initStorage;