currentBeamLocation property

BeamLocation<RouteInformationSerializable> get currentBeamLocation

A convenience getter for current BeamLocation of routerDelegate.

Implementation

BeamLocation get currentBeamLocation => routerDelegate.currentBeamLocation;