init method

  1. @override
bool init()
override

Initializes this ProtocolClientFactory.

Returns true on success.

Implementation

@override
bool init() {
  return true;
}