switchCamera method

Future<void> switchCamera()

Switch between front and back camera

Implementation

Future<void> switchCamera() async {
  await _channel.invokeMethod('switchCamera');
}