Interface KeyboardLayoutProvider

interface KeyboardLayoutProvider {
    getNativeLayout(): Promise<NativeKeyboardLayout>;
}

Implemented by

Methods