取消所有HTTP请求
Future<String?> cancelAllRequest() async { final result = await methodChannel.invokeMethod("cancelAllRequest"); return result; }