provide method

  1. @override
dynamic provide(
  1. Consumable into
)
override

Implementation

@override
provide(into) {
  switch (into) {
    case InteractiveFractal re:
      re.addInteraction(this);
  }
  super.provide(into);
}