onEffectError property

FutureOr<void> Function(EffectErrorType error, String msg)? onEffectError
getter/setter pair

@hidden internal use only @detail callback @author wangqianqian.1104 @brief 当特效设置失败时,收到此回调。 @param error 特效错误类型。参看 EffectErrorType{@link #EffectErrorType}。 @param msg 错误信息。

Implementation

FutureOr<void> Function(EffectErrorType error, String msg)? onEffectError;