dispatch method Null safety

Future<void> dispatch(
  1. EngineNotification notification
)

Dispatches a EngineNotification

Implementation

Future<void> dispatch(EngineNotification notification);