Disable log output previously enabled by the log command.
Source
Future<Reply> nolog({int timeoutSeconds: 10}) =>
_subscribeAndSendCommand('nolog', new Duration(seconds: timeoutSeconds));
Disable log output previously enabled by the log command.
Future<Reply> nolog({int timeoutSeconds: 10}) =>
_subscribeAndSendCommand('nolog', new Duration(seconds: timeoutSeconds));