Set whether to use the front camera (supports only the Android and iOS platforms)
Future<bool?> isFrontCamera() { return _channel.invokeMethod('isFrontCamera'); }