recentAppButtonState static method

String recentAppButtonState(
  1. bool enabled
)

Implementation

static String recentAppButtonState(bool enabled) => '<characteristic type="UiMgr">'
    '<parm name="RecentAppButtonUsage" value="${enabled ? '1' : '2'}"/>'
    '</characteristic>';