actionStream property

Stream<String> get actionStream

Gets the stream of notification actions

Implementation

Stream<String> get actionStream => _actionController.stream;