updatePoetServer_Pre method
Future<UpdatePoetServerResponse>
updatePoetServer_Pre(
- ServiceCall call,
- Future<
UpdatePoetServerRequest> request
Implementation
$async.Future<$3.UpdatePoetServerResponse> updatePoetServer_Pre(
$grpc.ServiceCall call,
$async.Future<$3.UpdatePoetServerRequest> request) async {
return updatePoetServer(call, await request);
}