Future<Reply> noEvents({int timeoutSeconds: 10})

Disable all events that were previously enabled with event.

Source

Future<Reply> noEvents({int timeoutSeconds: 10}) => _subscribeAndSendCommand(
    'noevents', new Duration(seconds: timeoutSeconds));