Future<void> setDeviceID(String deviceID) async { return await nativeCall('setDeviceID:', [deviceID]); }