doThisQueryParametres function

void doThisQueryParametres()

Implementation

void doThisQueryParametres() {
  // ignore: unused_local_variable
  final Uri url = Uri.https(_host, _path, _params);
}