stop method
Stop the stdio bridge.
Implementation
Future<void> stop() async {
await _stdinSubscription?.cancel();
await bridge.dispose();
}
Stop the stdio bridge.
Future<void> stop() async {
await _stdinSubscription?.cancel();
await bridge.dispose();
}