ensureInitialized method

Future<void> ensureInitialized()

Implementation

Future<void> ensureInitialized() async {
  await initStorageGlobal();
}