getCastsByParent_Pre method

Future<MessagesResponse> getCastsByParent_Pre(
  1. ServiceCall call,
  2. Future<CastsByParentRequest> request
)

Implementation

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