getNewAddress_Pre method
Future<GetNewAddressResponse>
getNewAddress_Pre(
- ServiceCall call,
- Future<
GetNewAddressRequest> request
Implementation
$async.Future<$1.GetNewAddressResponse> getNewAddress_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetNewAddressRequest> request) async {
return getNewAddress(call, await request);
}