updateAPIAppConfig_Pre method
Future<UpdateAPIAppConfigResponse>
updateAPIAppConfig_Pre(
- ServiceCall $call,
- Future<
UpdateAPIAppConfigRequest> $request
Implementation
$async.Future<$0.UpdateAPIAppConfigResponse> updateAPIAppConfig_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UpdateAPIAppConfigRequest> $request) async {
return updateAPIAppConfig($call, await $request);
}