cancelRequestWithURL method

Future<String?> cancelRequestWithURL(
  1. Map<String, String> map
)

取消指定URL的HTTP请求

Implementation

Future<String?> cancelRequestWithURL(Map<String, String> map) {
  return NetworkPlatform.instance.cancelRequestWithURL(map);
}