onCustomCommand property

Stream<Map<String, dynamic>> get onCustomCommand

Implementation

Stream<Map<String, dynamic>> get onCustomCommand {
  _ensureCommandController();
  return _commandController!.stream;
}