stopCamera method

Future stopCamera()

Implementation

Future stopCamera() async {
  await _channel.invokeMethod('stop');
}