create abstract method

Future<Voucher> create(
  1. ServiceCall call,
  2. Voucher request
)

Implementation

$async.Future<$1.Voucher> create($grpc.ServiceCall call, $1.Voucher request);