currentHomeTabIndex property
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);
Get the current home tab index. The order of the tab indexes are based on the ordering in mediaTypes.
int get currentHomeTabIndex =>
_preferences.get('current_home_tab_index', defaultValue: 0);