MyEventOnce_c constructor
MyEventOnce_c({
- required void onListen()?,
只会执行一次onListen
Implementation
MyEventOnce_c({
required this.onListen,
});
只会执行一次onListen
MyEventOnce_c({
required this.onListen,
});