Methods
-
haveHandler<T>({String? path, String? target})
→ bool
-
true if bus contain handler
-
haveListener<T>({String? path, String? target})
→ bool
-
true if bus contain listener
-
lastData<T>({String? path, String? target})
→ T?
-
-
listen<T>({String? path, String? target})
→ Stream<T>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
send<T>(T data, {String? path, String? fragment, String? target, Map<String, String>? arguments})
→ Future?
-
When you send event, handler can return result if call EventDTO.completer
-
toString()
→ String
-
A string representation of this object.
inherited