Reputation: 407
I've used "NotificationCenter.default.post(name: Notification.Name("BiddingDone"), object: nil)" to post and "NotificationCenter.default.addObserver(self, selector: #selector(fromBiddingVc), name: Notification.Name("BiddingDone"), object: nil)" to receive and do an action when the post object is received. PLEASE HELP ME WITH THE SIMILAR THING IN FLUTTER.
Upvotes: 0
Views: 571