asListener method
void
asListener()
Declares the associated capsule as a non-idempotent listener.
Implementation
void asListener() => use.register((_) {});
Declares the associated capsule as a non-idempotent listener.
void asListener() => use.register((_) {});