menu
flutter_audio_recorder_player package
documentation
notification_service.dart
NotificationService
actionStream property
actionStream property
dark_mode
light_mode
actionStream
property
Stream
<
String
>
get
actionStream
Gets the stream of notification actions
Implementation
Stream<String> get actionStream => _actionController.stream;
flutter_audio_recorder_player package
documentation
notification_service
NotificationService
actionStream property
NotificationService class