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