stopCamera method

Future stopCamera()

Implementation

Future stopCamera() async {
  return _channel.invokeMethod("stopCamera");
}