ActionHandler typedef

ActionHandler = Future<void> Function(ReceivedAction receivedAction)

Method structure to listen to an incoming action with dart

Implementation

typedef ActionHandler = Future<void> Function(ReceivedAction receivedAction);