init static method
Implementation
static Future init() async {
await GetStorage.init();
getStorage = GetStorage();
saveInstallationTime();
}
static Future init() async {
await GetStorage.init();
getStorage = GetStorage();
saveInstallationTime();
}