enableEnterpriseKeyboard method

void enableEnterpriseKeyboard({
  1. required String currentLocale,
  2. bool showVirtualKeyboard = true,
})

Implementation

void enableEnterpriseKeyboard({required String currentLocale, bool showVirtualKeyboard = true}) =>
    processProfileAsync(MxProfiles.enterpriseKeyboard(
        currentLocale: currentLocale, showVirtualKeyboard: showVirtualKeyboard));