Gets the currently selected tab index
@override Future<int> getSelectedIndex() async { final index = await methodChannel.invokeMethod<int>('getSelectedIndex'); return index ?? 0; }