getSelectedIndex method

Future<int> getSelectedIndex()

Gets the currently selected tab index

Implementation

Future<int> getSelectedIndex() {
  return NativeIosUiPlatform.instance.getSelectedIndex();
}