Use wildcards (#161548)
https://dart.dev/language/pattern-types#wildcard
This commit is contained in:
committed by
GitHub
parent
1b0441c18a
commit
9cab4ffee1
@@ -129,5 +129,5 @@ class PathUrlStrategy extends HashUrlStrategy {
|
||||
///
|
||||
/// The [PlatformLocation] parameter is useful for testing to mock out browser
|
||||
/// integrations.
|
||||
const PathUrlStrategy([PlatformLocation? _, bool __ = false]);
|
||||
const PathUrlStrategy([PlatformLocation? _, bool _ = false]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user