isFtp static method

bool isFtp(
  1. String url
)

Implementation

static bool isFtp(String url) => url.toLowerCase().contains("ftp://");