stopCamera method

Future<void> stopCamera()

Turn off your local camera

Return:

'0' success, more information please see V2TXLiveCode

Implementation

Future<void> stopCamera() async {
  return await _channel.invokeMethod('stopCamera', {});
}