getURL method

Future<String?> getURL()

Implementation

Future<String?> getURL() async {
  var url = await this.get('edtServico');
  return url;
}