appActionReceiver method

Stream<ActionNotification> appActionReceiver()

Implementation

Stream<ActionNotification> appActionReceiver() async* {
  throw UnimplementedError("appActionReceiver() has not been implemented.");
}