readAllIds_Pre method
Future<ContactsIdsResponse>
readAllIds_Pre(
- ServiceCall $call,
- Future<
ReadContactsIdsRequest> $request
Implementation
$async.Future<$0.ContactsIdsResponse> readAllIds_Pre($grpc.ServiceCall $call,
$async.Future<$0.ReadContactsIdsRequest> $request) async {
return readAllIds($call, await $request);
}