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

Disable log output previously enabled by the log command.

Source

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