getCastsByMention_Pre method

Future<MessagesResponse> getCastsByMention_Pre(
  1. ServiceCall call,
  2. Future<FidRequest> request
)

Implementation

$async.Future<$1.MessagesResponse> getCastsByMention_Pre($grpc.ServiceCall call, $async.Future<$1.FidRequest> request) async {
  return getCastsByMention(call, await request);
}