onNewNotify method

  1. @override
void onNewNotify(
  1. Notify ntf
)

Implementation

@override
void onNewNotify(Notify ntf) {
  debugPrint('SIP: New notify: ${ntf.request}');
}