getAddressAllowance_Pre method
Stream<AddressAllowance>
getAddressAllowance_Pre(
- ServiceCall $call,
- Future<
AddressAllowanceRequest> $request
Implementation
$async.Stream<$1.AddressAllowance> getAddressAllowance_Pre(
$grpc.ServiceCall $call,
$async.Future<$1.AddressAllowanceRequest> $request) async* {
yield* getAddressAllowance($call, await $request);
}