Sets the selected tab index
Future<void> setSelectedIndex(int index) { return NativeIosUiPlatform.instance.setSelectedIndex(index); }