onTimeout method

Future<void> onTimeout()

Implementation

Future<void> onTimeout() {
  return _onEvent(_eventClientTimeout);
}