getUrl method

String getUrl(
  1. String data
)

Will return the formatted URL based on the scheme and the data provided.

Implementation

String getUrl(String data) => "$leading$data";