tasks property

  1. @override
Map<MessageBusEvent, Function> tasks
override

Functions (tasks), which will executed by frontend on accordingly to events from backend

Implementation

@override
Map<MessageBusEvent, Function> get tasks {
  return {};
}