handleMethod method
Implementation
Future<dynamic> handleMethod(MethodCall call) async {
debugPrint("SipChannel handleMethod ${call.arguments}");
methodName = call.method;
arguments = call.arguments;
notifyListeners();
}
Future<dynamic> handleMethod(MethodCall call) async {
debugPrint("SipChannel handleMethod ${call.arguments}");
methodName = call.method;
arguments = call.arguments;
notifyListeners();
}