runKeyboardApp function Null safety
- Widget app
Implementation
runKeyboardApp(Widget app) {
KeyboardBiding.ensureInitialized()
..scheduleAttachRootWidget(app)
..scheduleWarmUpFrame();
}
runKeyboardApp(Widget app) {
KeyboardBiding.ensureInitialized()
..scheduleAttachRootWidget(app)
..scheduleWarmUpFrame();
}