runKeyboardApp function

dynamic runKeyboardApp(
  1. Widget app
)

Implementation

runKeyboardApp(Widget app) {
  KeyboardBiding.ensureInitialized()
    ..scheduleAttachRootWidget(app)
    ..scheduleWarmUpFrame();
}