closeSoftKeyboard static method

Future closeSoftKeyboard()

隐藏软键盘

Implementation

static Future closeSoftKeyboard() async {
  await _channel.invokeMethod('closeSoftKeyboard');
}