@override void setDeviceId(String deviceId) { methodChannel .invokeMethod<String>('set_device_id', {'device_id': deviceId}); }