RestorationIdBuilder typedef

RestorationIdBuilder = String Function(RouteMatch match)

Signature for a function that builds the page restorationId Used in AutoRoutePage

Implementation

typedef RestorationIdBuilder = String Function(RouteMatch match);