currentHomeTabIndex property

int currentHomeTabIndex

Get the current home tab index. The order of the tab indexes are based on the ordering in mediaTypes.

Implementation

int get currentHomeTabIndex =>
    _preferences.get('current_home_tab_index', defaultValue: 0);