shouldSkipPluginAutoupdate method

bool shouldSkipPluginAutoupdate()

Implementation

bool shouldSkipPluginAutoupdate() {
  return isAutoUpdaterDisabled() &&
      !_isEnvTruthy(Platform.environment['FORCE_AUTOUPDATE_PLUGINS']);
}