check property
bool Function(BuildContext context, BeamLocation<RouteInformationSerializable> location)
check
final
What check should be performed on a given BeamLocation, the one to which beaming has been requested.
context
is also injected to fetch data up the tree if necessary.
Implementation
final bool Function(BuildContext context, BeamLocation location) check;