listener method

  1. @override
void listener(
  1. NotificationCallback channel
)
override

Implementation

@override
void listener(NotificationCallback channel) {
  _initURIHandler();
  _incomingLinkHandler();
  methodChannel
      .setMethodCallHandler((call) => _notificationListener(channel, call));

}