dart_cordova_keyboard_plugin
keyboard_plugin
KeyboardPlugin
hide method
hide
KeyboardPlugin class
Constructors
KeyboardPlugin
Properties
isVisible
hashCode
runtimeType
Methods
hide
hideFormAccessoryBar
keyboardDidHide
keyboardDidShow
keyboardWillHide
keyboardWillShow
show
noSuchMethod
toString
Operators
operator ==
hide method
void
hide
(
)
hide keyboard
Implementation
void hide() => KeyboardCordova.hide();