getSelectedLegFloorIndex method

Future<int?> getSelectedLegFloorIndex()

Gets the currently selected leg's floor index.

Implementation

Future<int?> getSelectedLegFloorIndex() =>
    DirectionsRendererPlatform.instance.getSelectedLegFloorIndex();