MethodChannelPortsip constructor

MethodChannelPortsip()

Creates a new MethodChannelPortsip instance.

The method call handler is initialized eagerly during construction to avoid race conditions with lazy initialization.

Implementation

MethodChannelPortsip() {
  _initializeHandler();
}