Log a tab selection event
Future<void> logTabSelect(String tabName) { return logEvent( 'tab_select', parameters: { 'tab_name': tabName, }, ); }