readOnePhoto_Pre method

Future<ArticlePhotoPb> readOnePhoto_Pre(
  1. ServiceCall $call,
  2. Future<FindPhotoRequest> $request
)

Implementation

$async.Future<$4.ArticlePhotoPb> readOnePhoto_Pre($grpc.ServiceCall $call, $async.Future<$0.FindPhotoRequest> $request) async {
  return readOnePhoto($call, await $request);
}