readAllIds_Pre method

Implementation

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