Push stream of subscribed remote commands as canonical {id, name, args} maps. Delivered once, never replayed.
{id, name, args}
@override Stream<Map<String, Object?>> get commandRequests => _commands.stream;