Future<Device> modifyDevice(Device device) async { return await CardinalSdkPlatformInterface.instance.apis.device.modifyDevice( _sdkId, device, ); }