Future<void> setDeviceData(String device, String appVersion) async { ErrorHandlerVar.device = device; ErrorHandlerVar.appVersion = appVersion; }