sendToStore_Pre method

Future<IdentifierResponse> sendToStore_Pre(
  1. ServiceCall $call,
  2. Future<ComponentsServiceSendToStoreRequest> $request
)

Implementation

$async.Future<$1.IdentifierResponse> sendToStore_Pre($grpc.ServiceCall $call,
    $async.Future<$0.ComponentsServiceSendToStoreRequest> $request) async {
  return sendToStore($call, await $request);
}