changeProcessEvent abstract method

void changeProcessEvent({
  1. required FutureOr<void> processEvent(
    1. String,
    2. bool?
    ),
})

Implementation

void changeProcessEvent({
  required FutureOr<void> Function(String, bool?) processEvent,
});