UpdateApiParser typedef
UpdateApiParser =
Future<VersionInfo> Function(dynamic response)
自定义更新API响应解析器
response dio请求后的响应体
Implementation
typedef UpdateApiParser = Future<VersionInfo> Function(dynamic response);
自定义更新API响应解析器
response dio请求后的响应体
typedef UpdateApiParser = Future<VersionInfo> Function(dynamic response);