mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-14 21:24:02 +08:00
@@ -58,7 +58,7 @@ abstract final class GrpcReq {
|
||||
T Function(Uint8List) grpcParser, {
|
||||
bool isolate = false,
|
||||
}) async {
|
||||
final response = await Request().post<Uint8List>(
|
||||
final response = await Request.post<Uint8List>(
|
||||
HttpString.appBaseUrl + url,
|
||||
data: compressProtobuf(request.writeToBuffer()),
|
||||
options: options,
|
||||
|
||||
Reference in New Issue
Block a user