MethodChannelBackgroundSocketConnect constructor

MethodChannelBackgroundSocketConnect()

Implementation

MethodChannelBackgroundSocketConnect() {
  _methodChannel.setMethodCallHandler(_handleMethodCall);
}