observeAccounts_Pre method
Stream<FinalizedTransactions>
observeAccounts_Pre(
- ServiceCall call,
- Future<
RequestEnvelope> request
Implementation
$async.Stream<$0.FinalizedTransactions> observeAccounts_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async* {
yield* observeAccounts(call, await request);
}