isMockEnabled method

Future<bool> isMockEnabled()

Checks if mock detection is enabled.

Returns true if mock detection is enabled, otherwise false.

Implementation

Future<bool> isMockEnabled() {
  throw UnimplementedError('isMockEnabled() has not been implemented.');
}