updateAPIAppConfig_Pre method

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

Implementation

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