appActionReceiver method
Implementation
@override
Stream<ActionNotification> appActionReceiver() {
return eventChannel
.receiveBroadcastStream()
.map((event) => ActionNotification.fromMap(event));
}
@override
Stream<ActionNotification> appActionReceiver() {
return eventChannel
.receiveBroadcastStream()
.map((event) => ActionNotification.fromMap(event));
}