getSelectedIndex method

Future<int> getSelectedIndex()

Gets the currently selected tab index

Implementation

Future<int> getSelectedIndex() {
  throw UnimplementedError('getSelectedIndex() has not been implemented.');
}