SelectNotificationCallback typedef

SelectNotificationCallback = Future Function(String? payload)

Signature of callback passed to initialize that is triggered when user taps on a notification.

Implementation

typedef SelectNotificationCallback = Future<dynamic> Function(String? payload);