switchCamera method
Implementation
@override
Future<void> switchCamera(CameraFacing facing) =>
_commandChannel.invokeMethod<void>('switchCamera', {
'facing': facing.index,
});
@override
Future<void> switchCamera(CameraFacing facing) =>
_commandChannel.invokeMethod<void>('switchCamera', {
'facing': facing.index,
});