Skip to content

Instantly share code, notes, and snippets.

View zahidshaikh08's full-sized avatar

Zahid Shaikh zahidshaikh08

View GitHub Profile
StreamSubscription? subscription;
final eventBus = EventBus();
@override
void initState() {
super.initState();
/// initialize subscription
subscription = eventBus.listenOnce((event) {