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