Set the selected tab index
static Future<void> setSelectedIndex(int index) async { if (!_isEnabled) return; await _channel.invokeMethod('setSelectedIndex', {'index': index}); }