updateOnePhoto_Pre method

Future<StatusResponse> updateOnePhoto_Pre(
  1. ServiceCall $call,
  2. Future<PhotoRequest> $request
)

Implementation

$async.Future<$1.StatusResponse> updateOnePhoto_Pre($grpc.ServiceCall $call, $async.Future<$0.PhotoRequest> $request) async {
  return updateOnePhoto($call, await $request);
}