onEffectError property
@hidden internal use only @detail callback @brief Effect failed. @param error The error type of effect. Refer to EffectErrorType{@link #EffectErrorType} for details. @param msg Error message.
Implementation
FutureOr<void> Function(EffectErrorType error, String msg)? onEffectError;