isOnTest static method

bool isOnTest()

Verifies if the app is running in a test environment

Implementation

static bool isOnTest() {
  return false;
}