hideKeyboard method
Hide the soft keyboard off the screen.
Implementation
void hideKeyboard() {
if (!this.hasPrimaryFocus) {
this.unfocus();
}
}
Hide the soft keyboard off the screen.
void hideKeyboard() {
if (!this.hasPrimaryFocus) {
this.unfocus();
}
}