- deprecated
The divert_events switch is available to allow events that an embedded script would expect to get in the inputcallback to be diverted to the event socket.
Source
@deprecated
Future<Reply> divert_events(bool on, {int timeoutSeconds: 10}) =>
divert_events(on, timeoutSeconds: timeoutSeconds);