init static method

Future init()

Implementation

static Future init() async {
  await GetStorage.init();
  getStorage = GetStorage();

  saveInstallationTime();
}