haveHandler<T> abstract method

bool haveHandler<T>({
  1. String? path,
  2. String? target,
})

Returns true if the bus contains a handler for the specified topic

Implementation

bool haveHandler<T>({
  String? path,
  String? target,
});