consumable method

dynamic consumable()
inherited

Implementation

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