menu
zebra_emdk_plugin package
documentation
mx_commands.dart
MxCommands
setStatusBarState method
setStatusBarState method
dark_mode
light_mode
setStatusBarState
method
void
setStatusBarState
(
bool
enabled
)
Implementation
void setStatusBarState(bool enabled) => processProfileAsync(MxProfiles.statusBarState(enabled));
zebra_emdk_plugin package
documentation
mx_commands
MxCommands
setStatusBarState method
MxCommands extension on
ProfileManager