getVideoEffectBoolParam

Gets the boolean parameter from the video effect.

Future<bool> getVideoEffectBoolParam(
      {required String option, required String key});
Since
Available since v4.6.2.

Parameters

option
Category of the parameter option.
key
Key name of the parameter.

Return Values

  • true: The parameter is enabled.
  • false: The parameter is not enabled or does not exist.