Returns true if this platform is able to launch url.
true
url
@override Future<bool> canLaunch(String url) { return _interactWithMockClient(url, (mc, uri) async { await mc.head(uri); }); }