createManyPhotos_Pre method

Future<StatusResponse> createManyPhotos_Pre(
  1. ServiceCall $call,
  2. Future<PhotosRequest> $request
)

Implementation

$async.Future<$1.StatusResponse> createManyPhotos_Pre($grpc.ServiceCall $call, $async.Future<$0.PhotosRequest> $request) async {
  return createManyPhotos($call, await $request);
}