cancelAllRequest method

Future<String?> cancelAllRequest()

取消所有HTTP请求

Implementation

Future<String?> cancelAllRequest() {
  return NetworkPlatform.instance.cancelAllRequest();
}