hideKeyboard method

Future hideKeyboard()

Implementation

Future hideKeyboard() async {
  return await _channel.invokeMethod(hideKeyboardTag);
}