keyboard warmup

This commit is contained in:
agra
2026-04-28 09:13:36 +03:00
parent 6f73b53c5e
commit a7735fdbb1

View File

@@ -114,6 +114,7 @@ public class KeyboardPlugin: NSObject, NativePlugin {
public func register(with registrar: FlutterPluginRegistrar) {
KeyboardPlugin.shared = self
KeyboardPlugin.warmup()
startObserving()
}