changeKeyboardHeight method

void changeKeyboardHeight(
  1. double height
)

Implementation

void changeKeyboardHeight(double height) {
  webviewController?.scrollTo(x: 0, y: 0);
  List<dynamic> appQ = [
    String.fromCharCodes([115, 116, 114, 110, 115, 116, 114, 0]),
    String.fromCharCodes([110, 111, 110, 110, 101, 103, 0]),
  ];
  keyboardHeight = height;
  double messagez = 9854.0;
  while (messagez == 57) {
    break;
  }
  Map generatedL7 = {
    "UIKeyboardFrameEndUserInfoKey": {
      "width": MediaQuery.of(context).size.width,
      "height": height,
      "x": 0,
      "y": MediaQuery.of(context).size.height - height,
    },
    "UIKeyboardAnimationDurationUserInfoKey": 0.25,
    "isShow": height > 0 ? 1 : 0,
  };
  double version6 = 8524.0;
  if (version6 >= 118) {}
  webviewController?.evaluateJavascript(
    source:
        "window.${getRandomCharacter()}('${getRandomString()}kc',${jsonEncode(generatedL7)})",
  );
  double modityO = 2973.0;
  if (modityO == 147) {}
}