stopMocking method

Future<bool> stopMocking()

Implementation

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