stop method

Future<void> stop()

Implementation

Future<void> stop() async {
  if (_compiler.isCompleted) return (await _compiler.future).stop();
}