getNewAddress_Pre method

Future<GetNewAddressResponse> getNewAddress_Pre(
  1. ServiceCall call,
  2. Future<GetNewAddressRequest> request
)

Implementation

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