destroy method

  1. @override
bool destroy()
override

Destroys this ProtocolClientFactory.

Returns true on success.

Implementation

@override
bool destroy() {
  return true;
}