hideKeyboard method

void hideKeyboard()

Implementation

void hideKeyboard(){
  context.hideKeyBoard();
}