getCapacity_Pre method

Future<CapacityResult> getCapacity_Pre(
  1. ServiceCall $call,
  2. Future<SwipBoxServicePointId> $request
)

Implementation

$async.Future<$0.CapacityResult> getCapacity_Pre($grpc.ServiceCall $call,
    $async.Future<$0.SwipBoxServicePointId> $request) async {
  return getCapacity($call, await $request);
}