DelegateAutotrackerPluginPlatform constructor

DelegateAutotrackerPluginPlatform()

Implementation

DelegateAutotrackerPluginPlatform() : super(token: _token) {
  _channel.setMethodCallHandler(
      GrowingPluginDispatcher.getInstance().nativeMethodCallHandler);
}