pauseCamera method

Future pauseCamera()

Implementation

Future pauseCamera() async {
  await _channel.invokeMethod('pause');
}