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