SipChannel constructor
SipChannel()
Implementation
SipChannel() : super('') {
platform = const MethodChannel(CHANNEL_NAME);
platform?.setMethodCallHandler(handleMethod);
}
SipChannel() : super('') {
platform = const MethodChannel(CHANNEL_NAME);
platform?.setMethodCallHandler(handleMethod);
}