collectionEnabled property
Whether the data collection is enabled. This is usually disabled when debugging the project, and is only enabled on production
Implementation
static bool collectionEnabled = true;
Whether the data collection is enabled. This is usually disabled when debugging the project, and is only enabled on production
static bool collectionEnabled = true;