removeGrowingPlugin method

void removeGrowingPlugin(
  1. GrowingAutotrackerInterface interface
)

Implementation

void removeGrowingPlugin(GrowingAutotrackerInterface interface) {
  plugins.remove(interface);
}