stopCamera method

void stopCamera()

Implementation

void stopCamera() {
  _channel.invokeMethod('stopCamera');
}