onEffectError method
@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> onEffectError(EffectErrorType error, String msg) async {}