Checks if mock detection is enabled.
Returns true if mock detection is enabled, otherwise false.
true
false
Future<bool> isMockEnabled() { throw UnimplementedError('isMockEnabled() has not been implemented.'); }