stopLiveStream abstract method

Future<void> stopLiveStream({
  1. required String deviceId,
})

Stop live streaming of a given camera

Implementation

Future<void> stopLiveStream({required String deviceId});