getLogs_Pre method

Stream<GetLogsResponse> getLogs_Pre(
  1. ServiceCall call,
  2. Future<GetLogsRequest> request
)

Implementation

$async.Stream<$1.GetLogsResponse> getLogs_Pre($grpc.ServiceCall call, $async.Future<$1.GetLogsRequest> request) async* {
  yield* getLogs(call, await request);
}