stop method

Future<void> stop()

Stop all processes and cleanup resources

Implementation

Future<void> stop() async {
  await _stopProcess();
}