getWithUri static method

Future getWithUri(
  1. Uri useUri, {
  2. Map<String, dynamic> qparams = const {},
  3. String? serviceID,
})

Implementation

static Future getWithUri(
  Uri useUri, {
  Map<String, dynamic> qparams = const {},
  String? serviceID,
}) =>
    get("", qparams: qparams, useUri: useUri, serviceID: serviceID);