isLocalPath function

bool isLocalPath(
  1. String url
)

Implementation

bool isLocalPath(String url) => !url.startsWith('http');