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