Future<void> setDeviceLocation(double latitude, double longitude) async { await UserExperiorPlatform.instance.setDeviceLocation(latitude, longitude); }