isFeatureAvailableOnDevice abstract method

Future<bool> isFeatureAvailableOnDevice(
  1. FeatureType type
)

Checks whether the device supports the specified advanced feature.

Checks whether the capabilities of the current device meet the requirements for advanced features such as virtual background and image enhancement.

  • type The type of the advanced feature, see FeatureType.

Returns true : The current device supports the specified feature. false : The current device does not support the specified feature.

Implementation

Future<bool> isFeatureAvailableOnDevice(FeatureType type);