menu
flutter_ignite_shell package
documentation
flutter_ignite_shell.dart
promptTerminate function
promptTerminate function
dark_mode
light_mode
promptTerminate
function
Future
promptTerminate
(
)
Terminate a prompt session.
Implementation
Future promptTerminate() async { await sharedStdIn.terminate(); }
flutter_ignite_shell package
documentation
flutter_ignite_shell
promptTerminate function
flutter_ignite_shell library