dispatch method

dynamic dispatch()

Implementation

dispatch() {
  if (client != null) client!.close();
}