removeGrowingPlugin method

void removeGrowingPlugin(
  1. GrowingAutotrackerInterface interface
)

Implementation

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