storageInit static method

Future<void> storageInit()

Implementation

static Future<void> storageInit() async {
   await GetStorage.init();
 }