error method
Implementation
PageRouteBuilder error(String path, String error) {
final appId = path;
return pageRouteBuilderWithAppId(accessBloc.state, appId,
page: Registry.registry()!.error(appId: appId, error: error));
}
PageRouteBuilder error(String path, String error) {
final appId = path;
return pageRouteBuilderWithAppId(accessBloc.state, appId,
page: Registry.registry()!.error(appId: appId, error: error));
}