didReceiveLocalNotificationStream property

StreamController<ContractBase> didReceiveLocalNotificationStream
final

Streams are created so that app can respond to notification-related events since the plugin is initialised in the main function

Implementation

final StreamController<ContractBase> didReceiveLocalNotificationStream =
    StreamController<ContractBase>.broadcast();