onKeyboardShow method

void onKeyboardShow()

Implementation

void onKeyboardShow() {
  Logger.log('键盘显示,高度: ${keyboardHeight.value}');
}