isHttps static method

bool isHttps(
  1. String url
)

Implementation

static bool isHttps(String url) => url.toLowerCase().contains("https://");