stopCamera method

Future stopCamera ()

Implementation

Future stopCamera() {
  return _channel.invokeMethod(_nativeMethodStopCameraAndCapturing);
}