AddParameters extension
Extends Uri
to allow adding parameters to already created intstances
- on
Methods
-
addParameters(
Map< String, dynamic> ? parameters) → Uri -
Available on Uri, provided by the AddParameters extension
Returns a newUri
instance based onthis
and addsparameters
.