addGrowingPlugin method

void addGrowingPlugin(
  1. GrowingAutotrackerInterface interface
)

Implementation

void addGrowingPlugin(GrowingAutotrackerInterface interface) {
  _getDelegateChannel().addGrowingPlugin(interface);
}