currentBaseConfiguration function
Creates a ModelScreenConfiguration from the current base URL.
Implementation
ModelScreenConfiguration currentBaseConfiguration() {
return ModelScreenConfiguration(
args: Uri.base.queryParameters,
path: Uri.base.path,
);
}