commands property

Stream<_ControllerCommand> get commands

控制器命令流(私有),供库内部的 FloatingView 订阅

Implementation

Stream<_ControllerCommand> get commands => _commandController.stream;