askJWT method

void askJWT()

ask about jwt

Implementation

void askJWT() {
  _jwt = prompts.get('JWT-: ', defaultsTo: _jwt);
}