static prompt(title, message?, callbackOrButtons?, type?, defaultValue?)
Prompt the user to enter some text.
title: string -- The dialog's title.
message: string -- An optional message that appears above the text input.
callbackOrButtons -- This optional argument should be either a single-argument function or an array of buttons. If passed a function, it will be called with the prompt's value when the user taps 'OK'.
If passed an array of button configurations, each button should include a