Akash Neeli
Akash Neeli

Reputation: 407

What is similar to NS Notification Center (Swift) in Flutter?

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

Answers (0)

Related Questions