Future<String?> get(String url, [Map<String, String>? headers]) { return TailscalePlatform.instance.get(url, headers); }