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