notificationTaps property
The payloads of tapped notifications created with createNotification. Taps on task notifications are handled by the AppTaskController.
Implementation
@override
Stream<String> get notificationTaps => const Stream.empty();
The payloads of tapped notifications created with createNotification. Taps on task notifications are handled by the AppTaskController.
@override
Stream<String> get notificationTaps => const Stream.empty();