Toggles between front and rear cameras.
@override Future<int?> switchCamera() async { return await methodChannel.invokeMethod<int>('switchCamera'); }