getPrompt method

  1. @override
String getPrompt()
override

Get the current prompt to display to the user

Implementation

@override
String getPrompt() {
  return "monitor> ";
}