IS_APPCENTER property

bool IS_APPCENTER

Returns true if Visual Studio App Center is the current CI vendor.

Implementation

static bool get IS_APPCENTER {
  return Platform.environment.containsKey('APPCENTER_BUILD_ID');
}