consumable method
dynamic
consumable()
inherited
Implementation
consumable() async {
if (to == null) return;
provide(to!);
to!.consume(this);
}
consumable() async {
if (to == null) return;
provide(to!);
to!.consume(this);
}