stopEvaluating method

Future<void> stopEvaluating()

Implementation

Future<void> stopEvaluating() async {
  return _api.stopEvaluating();
}