initialize method

Future<void> initialize()

Initialize the GetStorage box (must be called before use)

Implementation

Future<void> initialize() async {
  await GetStorage.init(_storageBox);
}