updateAPIAppConfig_Pre method

Future<UpdateAPIAppConfigResponse> updateAPIAppConfig_Pre(
  1. ServiceCall call,
  2. Future<UpdateAPIAppConfigRequest> request
)

Implementation

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