cancelAllRequest method

Future<String?> cancelAllRequest()

取消所有HTTP请求

Implementation

Future<String?> cancelAllRequest() async {
  throw UnimplementedError('cancelAllRequest() has not been implemented.');
}