url property

Future<String> get url

Implementation

Future<String> get url async {
  return '$_host/send/?params=${await encodedParams}';
}