import 'dart:io'; class TestUtil { static bool get isInTest { return Platform.environment.containsKey('FLUTTER_TEST'); } }