switchCamera method
Switch between front and back camera
Implementation
Future<void> switchCamera() async {
await _channel.invokeMethod('switchCamera');
}
Switch between front and back camera
Future<void> switchCamera() async {
await _channel.invokeMethod('switchCamera');
}