bindRouteInformationProvider static method
Binds a public Flutter router provider, including providers exposed by go_router and other Router-based packages.
Implementation
static foundation.VoidCallback bindRouteInformationProvider(
widgets.RouteInformationProvider provider,
) => binding.bindRouteInformationProvider(provider);