getAllowanceAmounts_Pre method

Stream<AddressAllowanceAmount> getAllowanceAmounts_Pre(
  1. ServiceCall $call,
  2. Future<AddressAllowanceRequest> $request
)

Implementation

$async.Stream<$0.AddressAllowanceAmount> getAllowanceAmounts_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.AddressAllowanceRequest> $request) async* {
  yield* getAllowanceAmounts($call, await $request);
}