设置是否使用前置摄像头(仅适用于 Android 和 iOS 平台)
Future<bool?> isFrontCamera() { return _channel.invokeMethod('isFrontCamera'); }