commandRequests property

  1. @override
Stream<Map<String, Object?>> get commandRequests
override

Push stream of subscribed remote commands as canonical {id, name, args} maps. Delivered once, never replayed.

Implementation

@override
Stream<Map<String, Object?>> get commandRequests => _commands.stream;