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