currentRoutingPath property

String currentRoutingPath

Implementation

String get currentRoutingPath =>
    (FlyView.of(context)?.currentRoutingPath ?? '') +
    (_matchedRoutePath?.split(',')[0] ?? '');