Stop live streaming of a given camera
static Future<void> stopLiveStream({required String deviceId}) { return TuyaCameraPlatform.instance.stopLiveStream(deviceId: deviceId); }