notificationTaps property

  1. @override
Stream<String> get notificationTaps
override

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();