observeAccounts_Pre method

Stream<FinalizedTransactions> observeAccounts_Pre(
  1. ServiceCall $call,
  2. Future<RequestEnvelope> $request
)

Implementation

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