Interface KeyboardLayoutChangeNotifier

interface KeyboardLayoutChangeNotifier {
    onDidChangeNativeLayout: Event<NativeKeyboardLayout>;
}

Implemented by

Properties

onDidChangeNativeLayout: Event<NativeKeyboardLayout>