Disable all events that were previously enabled with event.
Source
Future<Reply> noEvents({int timeoutSeconds: 10}) => _subscribeAndSendCommand(
'noevents', new Duration(seconds: timeoutSeconds));
Disable all events that were previously enabled with event.
Future<Reply> noEvents({int timeoutSeconds: 10}) => _subscribeAndSendCommand(
'noevents', new Duration(seconds: timeoutSeconds));