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