initStorage method

void initStorage()

Implementation

void initStorage() {
  try {
    GetStorage.init();
  } catch (_) {}
}