menu
zebra_emdk_plugin package
documentation
mx_commands.dart
MxCommands
setScreenTimeout method
setScreenTimeout method
dark_mode
light_mode
setScreenTimeout
method
void
setScreenTimeout
(
int
seconds
)
Implementation
void setScreenTimeout(int seconds) => processProfileAsync(MxProfiles.screenTimeout(seconds));
zebra_emdk_plugin package
documentation
mx_commands
MxCommands
setScreenTimeout method
MxCommands extension on
ProfileManager