getCastsByParent_Pre method
Future<MessagesResponse>
getCastsByParent_Pre(
- ServiceCall call,
- Future<
CastsByParentRequest> request
Implementation
$async.Future<$1.MessagesResponse> getCastsByParent_Pre($grpc.ServiceCall call, $async.Future<$1.CastsByParentRequest> request) async {
return getCastsByParent(call, await request);
}