askHash method

void askHash()

Implementation

void askHash() {
  _hash = prompts.get('Hash: ', defaultsTo: _hash);
}