isHttp static method

bool isHttp(
  1. String url
)

Implementation

static bool isHttp(String url) => url.toLowerCase().contains("http://");