stopAsync method

Future<void> stopAsync()

Stop the process asynchronously.

Implementation

Future<void> stopAsync() {
  return _component.stopAsync();
}