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