取消指定URL的HTTP请求
Future<String?> cancelRequestWithURL(Map<String, String> map) async { final result = await methodChannel.invokeMethod( "cancelRequestWithURL", map ); return result; }